←Select platform

AddDICOMServerEventLogRow(string,string,int,string,string,int,string,DateTime,string,string,string,byte[],string,string,string) Method

Summary

Adds a new DICOMServerEventLogRow to the DataTable.Rows collection.

Syntax

C#
[DebuggerNonUserCodeAttribute()] 
public DICOMServerEventLogRow AddDICOMServerEventLogRow( 
   string ServerAETitle, 
   string ServerIPAddress, 
   int ServerPort, 
   string ClientAETitle, 
   string ClientHostAddress, 
   int ClientPort, 
   string Command, 
   DateTime EventDateTime, 
   string Type, 
   string MessageDirection, 
   string Description, 
   byte[] Dataset, 
   string CustomInformation, 
   string DatasetPath, 
   string CustomType 
) 

Parameters

ServerAETitle

The Server AE title.

ServerIPAddress

The Server IP Address.

ServerPort

The Server Port

ClientAETitle

The Client AE Title

ClientHostAddress

The Client Host Address.

ClientPort

The Client Port.

Command

The DICOM Command caused the event log.

EventDateTime

The event log Date-Time.

Type

The type of the command.

MessageDirection

The direction of the event log. Typically "None", "Input", or "Output".

Description

The event log description text.

Dataset

The DicomDataSet associated with the event log.

CustomInformation

Additional information about the event log.

DatasetPath

The full path to DicomDataSet

CustomType

The custom type of the event log. Typically NULL, or "DICOM_MESSAGE"

Return Value

The DICOMServerEventLogRow which is added to the DataTable.Rows collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly